home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 4⁄27⁄90 / 1209-Re Uses nightmare re-Apr90 < prev    next >
Encoding:
Text File  |  1990-04-27  |  917 b   |  27 lines  |  [TEXT/GEOL]

  1. Item forwarded  by  A33          to A34
  2.  
  3. Item    2271892                         26-April-90        10:15PDT
  4.  
  5. From:   TERRAN                          Cyberex, Terran Van Wagner,PRT
  6.  
  7. To:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    re--Uses nightmare revisited
  10.  
  11. Thomas,
  12. We always got this problem w/ 3.0. Usually the Compiler was reading the
  13. obsolete symbol table of the used .p file and failing. I'm very suspicious of
  14. MPW pascals ability to detect obsolete symbol tables of files in USES clauses.
  15.  
  16. We could often fix these problems by simply doing "MABuild -rebuild appname".
  17.  
  18. The 3.1 compiler, with better handling of 'FORWARD' & 'EXTERNAL' keywords,
  19. helps some. (though still not enough).
  20.  
  21. There's also the possibility that your MAmake file isn't describing
  22. dependencies in the right order. As I recall, the 'OtherLinkFiles' line
  23. determines the order of compilation.
  24.  
  25. Terran Van Wagner
  26.  
  27.